home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / COMEIN.DXR / 00226.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  199 b   |  9 lines

  1. on exitFrame
  2.   global sndcounter, soundspath, effectspath
  3.   sprite(27).visible = 0
  4.   sprite(28).visible = 0
  5.   sprite(29).visible = 0
  6.   sndcounter = 0
  7.   sound playFile 2, effectspath & "buns.aif"
  8. end
  9.